Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Window::default_pos does not work #5315

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

rustbasic
Copy link
Contributor

@rustbasic rustbasic commented Oct 28, 2024

Fix: Window::default_pos does not work

Issues: Since default_size is not applied to area, style.spacing.default_area_size is applied, causing problems.

Copy link

Preview available at https://egui-pr-preview.github.io/pr/5315-patch143
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk emilk changed the title Fix: Window::default_pos does not work Fix: Window::default_pos does not work Oct 29, 2024
@emilk emilk added bug Something is broken egui labels Oct 29, 2024
@emilk emilk merged commit 3f2bd14 into emilk:master Oct 29, 2024
25 of 26 checks passed
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Fix: Window::default_pos does not work

Issues: Since `default_size` is not applied to `area`,
`style.spacing.default_area_size` is applied, causing problems.

* Closes emilk#5314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken egui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Window::default_pos does not work
2 participants